home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 4 - Memnon.iso / pc / assets / popup_wizard.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2002-03-21  |  130 b   |  12 lines

  1. on mouseUp
  2.   gotoNetPage("http://www.serioususa.com/wizard")
  3. end
  4.  
  5. on mouseEnter
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end
  12.